#chestxz {
    font-size: larger;

}

body {
    background-color: rgb(243, 240, 255);
    color: rgb(55, 34, 112);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}
a{
    text-decoration: none;
}


em {
    font-family: cursive
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.gallery img {
  width: 30%;
}

@media (max-width: 768px) {
  .gallery img {
    width: 90% ;
  }
}
